home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / sci / dproc126.lha / demo / demo.tst < prev    next >
Text File  |  1993-02-27  |  931b  |  48 lines

  1. ; Demonstratilintston of DataProc V1.245 capabilities
  2. ; and proper usage
  3. ; If you want GnuPlot to generate EEPIC output, replace
  4. ; #include deutsch
  5. ; by
  6. ; #include deutEEP
  7. ;
  8. ; The data shown here is a real analysis, so you might not find it
  9. ; to be pretty, but it should only show DataProc's capabilities.
  10.  
  11. ; set german identifiers
  12. #include deutsch
  13.  
  14. ; check for GnuPlot
  15. #ask May GnuPlot be called from the shell by typing "GnuPlot"
  16. #math gnup:=10
  17. ! OK, I'll call it
  18. #else
  19. #math gnup:=-10
  20. ! You may produce GnuPlot output by calling "gnuplot #?.gnu" in the end
  21. #endif
  22.  
  23. ! linear amplificance of an operational amplifier
  24. #include vAllLin
  25. #reset
  26.  
  27. ! inverting integrator
  28. #include invint
  29. #reset
  30.  
  31. ! inverting differentiator
  32. #include invdiff
  33. #reset
  34.  
  35. ! ceasing sine pulse
  36. #include dampf
  37.  
  38. #ask Do you want to watch the internal note sheets
  39. #closelog
  40. !
  41. #dos type lintst.log
  42. #dos type dampf.log
  43. #endif
  44.  
  45. ! now watch the *.tab and *.gnu files
  46.  
  47.  
  48.